func google.golang.org/grpc.determineAuthority

2 uses

	google.golang.org/grpc (current package)
		clientconn.go#L259: 	cc.authority, err = determineAuthority(cc.parsedTarget.Endpoint(), cc.target, cc.dopts)
		clientconn.go#L1609: func determineAuthority(endpoint, target string, dopts dialOptions) (string, error) {